GetOutlinePreferred
TheGetOutlinePreferred
function determines whether outline or bitmapped fonts are to be favored when the Font Manager receives a font request.
FUNCTION GetOutlinePreferred: Boolean;DESCRIPTION
TheGetOutlinePreferred
function returns the value of the Font Manager's current preference for outline or bitmapped fonts. IfGetOutlinePreferred
returnsTRUE
, then the Font Manager chooses the outline font when both an outline font and a bitmapped font are available for a particular request. IfGetOutlinePreferred
returnsFALSE
, then the Font Manager chooses the bitmapped font when both types are available.Use the
SetOutlinePreferred
procedure to change this preference.ASSEMBLY-LANGUAGE INFORMATION
The trap macro and routine selector for theGetOutlinePreferred
function are
Trap macro Routine selector _FontDispatch $7009